home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-26  |  280 b   |  14 lines

  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #include "Defaults.tmpl"
  4. #define ONE_BYTE char
  5. #define TWO_BYTE short
  6. #define FOUR_BYTE int
  7. #define TWO_BYTE_ALIGN 2
  8. #define FOUR_BYTE_ALIGN 4
  9. #ifndef  LITTLEENDIAN
  10. #define LITTLEENDIAN
  11. #endif
  12. #define FILE_WRITE_DATE_SIZE 4
  13. #endif /* CONFIG_H */
  14.